PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFFileAttachmentAnnotation Class / setPayload Method
The content of the file attachment.
In This Topic
    setPayload Method
    In This Topic
    Sets the content of the file attachment.
    Syntax
    public void setPayload( 
       byte[] value
    )

    Parameters

    value
    The content of the file attachment.
    See Also